From: Debian LibreOffice Maintainers Date: Mon, 25 May 2026 11:04:39 +0000 (+0200) Subject: jurt-soffice-location X-Git-Tag: archive/raspbian/4%25.2.3-2+rpi1+deb13u5^2~59 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=82a5dfb078f6a536fc0a43814147581f7c9ae7d4;p=libreoffice.git jurt-soffice-location commit b71107fb12e3c3125e0cb62c5a4f6636a80c6408 Author: Bjoern Michaelsen AuthorDate: Tue Jun 7 11:52:37 2011 +0200 Commit: Bjoern Michaelsen CommitDate: Tue Jun 7 11:52:37 2011 +0200 on debian-based systems, we know where our soffice binary is Gbp-Pq: Name jurt-soffice-location.diff --- diff --git a/ridljar/com/sun/star/lib/util/NativeLibraryLoader.java b/ridljar/com/sun/star/lib/util/NativeLibraryLoader.java index eb5c6af34e9..241e33f890e 100644 --- a/ridljar/com/sun/star/lib/util/NativeLibraryLoader.java +++ b/ridljar/com/sun/star/lib/util/NativeLibraryLoader.java @@ -123,6 +123,8 @@ public final class NativeLibraryLoader { } } } + if (name.equals("soffice")) + return new File("/usr/lib/libreoffice/program/soffice"); return null; }